Fix the build of the native gtk-update-icon-cache when cross-compiling.
authorJehan <jehan@girinstud.io>
Wed, 13 Aug 2014 07:11:23 +0000 (07:11 +0000)
committerJehan <jehan@girinstud.io>
Wed, 13 Aug 2014 21:06:51 +0000 (21:06 +0000)
commit4376b4f705baec38e79449525e506bf4d28de4d2
tree4ee36b1d3fbe1e37ffec04040893e5263dcb29bb
parent651d9e90e715ba0f4e246d03102cfb5353c19dc6
Fix the build of the native gtk-update-icon-cache when cross-compiling.

As a noinst_PROGRAMS, the libtool generated for cross-compiling will be
used, which will mess up the linking. Create a all-local target instead.
Also ensure that building uses always a native version of the tool by
specifying a GTK_UPDATE_ICON_CACHE automake variable.
Finally "config.h" has been created to work for the target platform and
causes problem when cross-compiling. So we temporarily generate a basic
config.h which contains only the strict minimum.
configure.ac
demos/gtk-demo/Makefile.am
demos/widget-factory/Makefile.am
gtk/Makefile.am
gtk/native/Makefile.am